Эх сурвалжийг харах

Added formal Techempower plaintext benchmark.

Kelly Sommers 10 жил өмнө
parent
commit
2d986351f2

+ 3 - 3
frameworks/C/haywire/benchmark_config

@@ -3,10 +3,10 @@
   "tests": [{
     "default": {
       "setup_file": "setup",
-      "plaintext_url": "/",
-      "port": 8080,
+      "plaintext_url": "/plaintext",
+      "port": 8000,
       "approach": "Realistic",
-      "classification": "Fullstack",
+      "classification": "Micro",
       "database": "None",
       "framework": "haywire",
       "language": "C",

+ 1 - 1
frameworks/C/haywire/setup.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-$IROOT/Haywire/builds/unix/release/haywire_hello_world 8080 &
+$IROOT/Haywire/builds/unix/release/techempower_benchmark &