Skip to content

Commit

Permalink
Snapshot [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Mar 11, 2023
1 parent f11514c commit 375c7a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified __test__/snapshots/echarts-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion skia-c/skia_c.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class TypefaceFontProviderCustom : public TypefaceFontProvider

sk_sp<SkTypeface> onLegacyMakeTypeface(const char family_name[], SkFontStyle style) const override
{
SkDebugf("onLegacyMakeTypeface: %s, \n", family_name);
auto style_set = this->onMatchFamily(family_name);
if (!style_set)
{
Expand Down

1 comment on commit 375c7a7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 375c7a7 Previous: bad913c Ratio
Draw house#skia-canvas 18.1 ops/sec (±1.55%) 24 ops/sec (±0.1%) 1.33
Draw house#node-canvas 19.7 ops/sec (±1.33%) 26 ops/sec (±0.28%) 1.32
Draw house#@napi-rs/skia 17.8 ops/sec (±1.67%) 23 ops/sec (±0.54%) 1.29
Draw gradient#skia-canvas 18 ops/sec (±1.34%) 22.7 ops/sec (±0.21%) 1.26
Draw gradient#node-canvas 19 ops/sec (±1.14%) 25.2 ops/sec (±0.28%) 1.33
Draw gradient#@napi-rs/skia 17 ops/sec (±1.52%) 22.6 ops/sec (±0.09%) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.