-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-select comparison benchmark set (#99)
Resolves #90
- Loading branch information
Showing
24 changed files
with
187 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"functions": | ||
- "name": "_ZN4iter4impl10CombinatorIRNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEE8IteratorIS9_E15zero_length_endES9_" | ||
"params": | ||
- "name": "container" | ||
"type": "iter::impl::Combinator<std::string &>::Iterator *" | ||
- "name": "" | ||
"type": "std::string *" | ||
"return_type": "void" | ||
"signature": "void Iterator(std::__1::allocator<char> > &> *, std::__1::allocator<char> >, size_t)" | ||
- "name": "_ZN4iter4impl10CompressedIRNSt3__16vectorIiNS2_9allocatorIiEEEERNS3_IbNS4_IbEEEEE8IteratorIS7_SA_EppEv" | ||
"params": | ||
- "name": "this" | ||
"type": "iter::impl::Compressed<std::vector<int> &, std::vector<bool> &>::Iterator *" | ||
"return_type": "iter::impl::Compressed<std::vector<int> &, std::vector<bool> &>::Iterator *" | ||
"signature": "std::__1::allocator<bool> > &> std::__1::allocator<bool> > &>::operator++()" | ||
"language": "c++" | ||
"project": "cppitertools" | ||
"target_name": "fuzz_cppitertools" | ||
"target_path": "/src/fuzz_cppitertools.cpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
"functions": | ||
- "name": "_ZN5Eigen9TransposeINS_5BlockINS_6MatrixINSt3__17complexIdEELin1ELin1ELi0ELin1ELin1EEELin1ELi1ELb1EEEE6resizeEll" | ||
"params": | ||
- "name": "this" | ||
"type": "Eigen::Transpose *" | ||
- "name": "nrows" | ||
"type": "size_t" | ||
- "name": "ncols" | ||
"type": "size_t" | ||
"return_type": "void" | ||
"signature": "void true> >::resize(Index, Index)" | ||
- "name": "_ZN5Eigen6MatrixIdLin1ELin1ELi0ELin1ELin1EED2Ev" | ||
"params": | ||
- "name": "this" | ||
"type": "Eigen::Matrix *" | ||
"return_type": "void" | ||
"signature": "void 1>::~Matrix()" | ||
"language": "c++" | ||
"project": "eigen" | ||
"target_name": "solver_fuzzer" | ||
"target_path": "/src/solver_fuzzer.cc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
"functions": | ||
- "name": "_ZN7guetzli7ProcessERKNS_6ParamsEPNS_12ProcessStatsERKNSt3__16vectorIhNS5_9allocatorIhEEEEiiPNS5_12basic_stringIcNS5_11char_traitsIcEENS7_IcEEEE" | ||
"params": | ||
- "name": "" | ||
"type": "struct guetzli::Params *" | ||
- "name": "" | ||
"type": "struct guetzli::ProcessStats *" | ||
- "name": "" | ||
"type": "std::vector *" | ||
- "name": "" | ||
"type": "int" | ||
- "name": "" | ||
"type": "int" | ||
- "name": "" | ||
"type": "std::string *" | ||
"return_type": "bool" | ||
"signature": "bool Process(const Params, ProcessStats *, const std::__1::allocator<unsigned char> >, int, int, string *)" | ||
- "name": "_ZNK11butteraugli21ButteraugliComparator4MaskEPNSt3__16vectorINS_5ImageIfEENS1_9allocatorIS4_EEEES8_" | ||
"params": | ||
- "name": "" | ||
"type": "butteraugli::ButteraugliComparator *" | ||
- "name": "" | ||
"type": "std::vector *" | ||
- "name": "" | ||
"type": "std::vector *" | ||
"return_type": "void" | ||
"signature": "void Mask(const ButteraugliComparator *, std::__1::allocator<butteraugli::Image<float> > > *, std::__1::allocator<butteraugli::Image<float> > > *)" | ||
"language": "c++" | ||
"project": "guetzli" | ||
"target_name": "guetzli_fuzzer" | ||
"target_path": "/src/guetzli/fuzz_target.cc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.