Add benchmark for string map keys.
This commit is contained in:
Regular → Executable
+3
-1
@@ -44,7 +44,9 @@ BENCHMARK("for", r"""499999500000""")
|
||||
BENCHMARK("method_call", r"""true
|
||||
false""")
|
||||
|
||||
BENCHMARK("maps", r"""5000050000""")
|
||||
BENCHMARK("map_numeric", r"""500000500000""")
|
||||
|
||||
BENCHMARK("map_string", r"""3645600""")
|
||||
|
||||
LANGUAGES = [
|
||||
("wren", [os.path.join(WREN_DIR, 'wren')], ".wren"),
|
||||
|
||||
Reference in New Issue
Block a user