Commit graph

127 commits

Author SHA1 Message Date
Khaled Hosny
cf1fdf1632 Drop autotools build
Fixes https://github.com/harfbuzz/harfbuzz/issues/4720
2024-06-27 15:28:38 +03:00
Garret Rieger
4cf606f674 [instancer] Promote partial instancing api out of experimental. 2024-05-02 21:22:18 +00:00
Garret Rieger
2fcace77b2 [subet] Don't use experimental api flag in benchmark if not compiled with experimental api. 2024-04-02 11:55:44 -06:00
Garret Rieger
8974fe484b [subset] Add a partial instancing + IUP case to the subset benchmarks. 2024-02-14 22:27:39 +01:00
Behdad Esfahbod
9a7afe922b [perf] Benchmark glyph painting 2023-08-09 12:00:41 -06:00
Behdad Esfahbod
ebdfa9838b [perf] Measure freetype face loading as well 2023-07-30 12:22:55 -06:00
Behdad Esfahbod
55f41e287f [perf] Add duployan.txt
From https://kaltashwawa.ca/2022/01/20/lovecraft-in-chinook-puspus-kopa-ulthar-tawn/
2023-07-21 12:10:46 -06:00
Behdad Esfahbod
b2d648e41b [perf/benchmark-subset] Rename subset_codepoints to subset_unicodes 2023-07-15 14:26:06 -06:00
Behdad Esfahbod
13438da16e [benchmark-font] Minor move a variable 2023-07-02 12:56:13 -06:00
Behdad Esfahbod
7d72fdd5bf [benchmark-font] Do some work in draw_glyph callbacks
For no good reason other than matching what I'm adding to
skrifa benchmark.  Doesn't seem to affect benchmarks whatsoever.
2023-07-02 09:56:09 -06:00
Behdad Esfahbod
0fceaef0f7 [benchmark-subset] Report in microseconds, not milli
We're in that range now. :)
2023-06-30 08:50:49 -06:00
Behdad Esfahbod
547dc1a40e [benchmark-font] Add load_face_and_shape benchmark
To measure face-loading performance
2023-06-30 08:48:43 -06:00
Behdad Esfahbod
fcf70af134 [perf] Fix break 2023-06-30 08:43:10 -06:00
Behdad Esfahbod
17f29c8111 [benchmark_font/draw_glyphs] Implement quadratic_to
Not interested in the fallback implementation here.
2023-06-29 13:27:09 -06:00
Behdad Esfahbod
41f85d0179 [benchmark-font] Add RobotoFlex
We didn't have a variable TTF before!
2023-06-27 12:50:04 -06:00
Behdad Esfahbod
3a827123a1 [benchmark-subset] Free cached face upon exist
For better valgrind output.
2023-06-23 11:16:57 -06:00
Garret Rieger
6b0d386797 [subset] in subset benchmarks switch nohinting with retaingids.
retain gids is a more interesting case than no hinting for performance.
2023-06-01 18:04:21 -06:00
Garret Rieger
f41c5ec961 [map] update map benchmark to also test lookups that hit. 2023-06-01 12:39:58 -06:00
Behdad Esfahbod
7f111787e4 [benchmark-map] Remove overhead 2023-05-27 12:41:33 -06:00
Behdad Esfahbod
5666807328 [benchmark-map] Improve Insert benchmark
Previously it was enlarging the map depending on whatever
number of runs the benchmark-runner decided to run the loop.
That wasn't very useful...
2023-05-27 12:37:36 -06:00
Behdad Esfahbod
fc8dfe64d0 [benchmark-font] Minor rename 2023-04-24 14:39:20 -06:00
Behdad Esfahbod
3c972867b9 More s/hb_font_get_glyph_shape/hb_font_draw_glyph/ 2022-12-23 13:37:59 -07:00
Behdad Esfahbod
7f73b57bc1 [subset] Graduate L1 instancing API from experimental
Fixes https://github.com/harfbuzz/harfbuzz/issues/3926
2022-12-10 17:35:52 -07:00
Garret Rieger
eda02c2ebd [subset] Move hb_subset_preprocess to be non-experimental. 2022-12-08 16:32:24 -07:00
Behdad Esfahbod
29903f46b9 [benchmark-subset] Cache (preprocessed) face amongst runs 2022-12-02 18:02:55 -07:00
Behdad Esfahbod
20a0a46729 [perf] Remove stale run.sh 2022-11-30 15:59:54 -07:00
Behdad Esfahbod
38e7bc345c [benchmark-subset] Support testing arbitrary fonts from cmdline 2022-11-30 15:02:42 -07:00
Behdad Esfahbod
fad8322b3f [benchmark-subset] Add no-hinting ops 2022-11-27 15:09:48 -07:00
Behdad Esfahbod
1e6f77c250 [benchmark-subset] Adjust num glyphs more 2022-11-26 15:31:56 -07:00
Behdad Esfahbod
0382defa51 [benchmark-subset] Adjust number of glyphs of fonts 2022-11-26 15:27:07 -07:00
Behdad Esfahbod
4cb441dfd1 [benchmark-subset] Add AdobeVFPrototype 2022-11-26 15:23:07 -07:00
Behdad Esfahbod
b6df347137 [perf] Add Hindi test to benchmark-shape 2022-11-23 20:15:16 -07:00
Behdad Esfahbod
443961971a [perf] Add fa-words.txt and use in shape benchmark 2022-11-16 16:35:00 -07:00
Garret Rieger
d1bf6c0c26 [subset] only preprocess in benchmark when experimental api is enabled. 2022-10-17 20:14:02 +00:00
Garret Rieger
515863e57c [subset] Remove add accelerator flag, replace with new api method.
Adds hb_subset_preprocess() which preprocesses the face and attaches accelerator data.
2022-10-13 23:42:00 +00:00
Garret Rieger
3394ec7048 [subset] use subset accelerator in tests.
This ensures it produces equivalent subsets as without the accelerator.
2022-10-13 23:02:54 +00:00
Garret Rieger
f4903defc4 [subset] use the accelerator in the subsetting benchmark. 2022-10-13 21:38:54 +00:00
Behdad Esfahbod
238e7dd2b6 Fix build 2022-09-01 13:24:01 -06:00
Qunxin Liu
470944901f [instance] add benchmarks for instancing 2022-09-01 13:22:05 -06:00
Behdad Esfahbod
031fd20a5a [perf] Update README 2022-06-30 14:09:09 -06:00
Behdad Esfahbod
98fbe87a26 [benchmark-font] Disable quadratic callback
We are interested in the quadratic-to-cubic codepath benchmarking.
2022-06-27 12:10:16 -06:00
Behdad Esfahbod
697287fbd7 [benchmark-shape,hb-shape-threads] Fix argument parsing order
After recent change.
2022-06-05 06:53:42 -06:00
Behdad Esfahbod
2dec742070 [benchmark-shape] Remove a few tests
They were not adding value.
2022-06-05 02:04:02 -06:00
Behdad Esfahbod
3c258e1373 [benchmark-shape] Reorder text vs font order for better output 2022-06-05 02:01:17 -06:00
Behdad Esfahbod
9eab6d326f [benchmark-set] Another Pause/Resume 2022-05-30 05:54:20 -06:00
Behdad Esfahbod
f371789b40 Sprinkle static around 2022-05-30 05:09:53 -06:00
Behdad Esfahbod
33c990f0a9 Include cassert to fix bots 2022-05-30 05:09:53 -06:00
Behdad Esfahbod
0fe1869228 [benchmark-set] Pause timing around set copy initialization 2022-05-26 05:02:23 -06:00
Behdad Esfahbod
ce5435a862 [benchmark-set] Remove use of rand() inside benchmark 2022-05-26 05:02:13 -06:00
Behdad Esfahbod
8a7cfe1787 [perf/benchmark-shape] Test ft font backend as well 2022-05-23 14:36:06 -06:00