Skip to content
Snippets Groups Projects
Verified Commit d6c200f3 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix benchmarks annotation

parent d2e037a5
No related branches found
No related tags found
1 merge request!193rework benchmarks: script and output format
...@@ -43,38 +43,38 @@ const CPU_FIELDS = [ ...@@ -43,38 +43,38 @@ const CPU_FIELDS = [
export def main [ export def main [
benchmarks: record< benchmarks: record<
linalg: record< linalg: record<
enabled?: bool, enabled: bool,
sizes: list<int>, sizes: list<int>,
output: string, output: string,
>, >,
setup: record< setup: record<
enabled?: bool, enabled: bool,
degrees: list<int>, degrees: list<int>,
curves: list<string>, curves: list<string>,
output: string, output: string,
>, >,
commit: record< commit: record<
enabled?: bool, enabled: bool,
degrees: list<int>, degrees: list<int>,
curves: list<string>, curves: list<string>,
output: string, output: string,
>, >,
recoding: record< recoding: record<
enabled?: bool, enabled: bool,
sizes: list<int>, sizes: list<int>,
ks: list<int>, ks: list<int>,
curves: list<string>, curves: list<string>,
output: string, output: string,
>, >,
fec: record< fec: record<
enabled?: bool, enabled: bool,
sizes: list<int>, sizes: list<int>,
ks: list<int>, ks: list<int>,
curves: list<string>, curves: list<string>,
output: string, output: string,
>, >,
fri: record< fri: record<
enabled?: bool, enabled: bool,
sizes: list<filesize>, sizes: list<filesize>,
ks: list<int>, ks: list<int>,
blowup_factors: list<int>, blowup_factors: list<int>,
...@@ -141,3 +141,4 @@ export def main [ ...@@ -141,3 +141,4 @@ export def main [
# cargo run --bin field_operations ...$OPTIONS out> ($target | path join field.ndjson) # cargo run --bin field_operations ...$OPTIONS out> ($target | path join field.ndjson)
# cargo run --bin curve_group_operations ...$OPTIONS out> ($target | path join curve_group.ndjson) # cargo run --bin curve_group_operations ...$OPTIONS out> ($target | path join curve_group.ndjson)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment