Skip to content

Commit b55ab37

Browse files
committed
Generate benchmarks with --no-version to avoid updates on every release.
1 parent 042cf6b commit b55ab37

212 files changed

Lines changed: 212 additions & 212 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmarks/submatch_dfa_aot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ endforeach()
127127
# re2c
128128
file(MAKE_DIRECTORY "${GEN_DIR}/re2c/")
129129
set(RE2C "${CMAKE_BINARY_DIR}/re2c")
130-
set(RE2C_FLAGS "--reusable" "--tags" "--no-generation-date")
130+
set(RE2C_FLAGS "--reusable" "--tags" "--no-generation-date --no-version")
131131
set(COMMON_RE2C
132132
"${SRC_DIR}/re2c/common.re"
133133
"${SRC_DIR}/re2c/include/fill.re"

benchmarks/submatch_dfa_aot/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CFLAGS = -O3 -I $(SRC_DIR)
88
RAGEL = $(ENG_DIR)/ragel/ragel7
99
KLEENEX = $(ENG_DIR)/kleenex/kexc
1010
RE2C = $(top_builddir)/re2c
11-
RE2C_FLAGS_COMMON = --reusable --tags --no-generation-date
11+
RE2C_FLAGS_COMMON = --reusable --tags --no-generation-date --no-version
1212
RE2C_FLAGS = $(RE2C_FLAGS_COMMON) -I $(SRC_DIR)/re2c/include
1313
RE2C_FLAGS_EOF = $(RE2C_FLAGS_COMMON) -I $(SRC_DIR)/re2c/include-eof
1414

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-eof-stadfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-eof-tdfa0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-eof-tdfa1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-stadfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-tdfa0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/00__http_rfc7230-tdfa1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/00__http_rfc7230.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/01__http_simple-eof-stadfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/01__http_simple.re"
33
#include <assert.h>
44
#include <stdlib.h>

benchmarks/submatch_dfa_aot/pregen/re2c/01__http_simple-eof-tdfa0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Generated by re2c 2.0.3 */
1+
/* Generated by re2c */
22
#line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/01__http_simple.re"
33
#include <assert.h>
44
#include <stdlib.h>

0 commit comments

Comments
 (0)