Skip to content

Instantly share code, notes, and snippets.

View janisozaur's full-sized avatar

Michał Janiszewski janisozaur

  • Poland
  • 03:12 (UTC +02:00)
View GitHub Profile

Results of Skia's nanobench for each of available configs.

The RPi4 board was using default clocks and was provided adequate power and cooling. The tests were conducted on fully-updated Raspbian Buster.

Skia was built with https://github.com/google/skia/commit/1e03b6b10e89fc54f379df4b2d705b1c64e2e0d6

I'd love to test with RPi3B and RPi3B+ that I have, but my charger and PSU seem to be too weak, as both boards report "under voltage" condition.

@janisozaur
janisozaur / rpi3b-glmark2-es2-results
Last active October 9, 2020 22:41
Raspberry Pi 4B/3B+/3B glmark2 results
=======================================================
glmark2 2017.07
=======================================================
OpenGL Information
GL_VENDOR: Broadcom
GL_RENDERER: VC4 V3D 2.1
GL_VERSION: OpenGL ES 2.0 Mesa 19.1.0-devel
=======================================================
[build] use-vbo=false: FPS: 105 FrameTime: 9.524 ms
[build] use-vbo=true: FPS: 110 FrameTime: 9.091 ms
object_umdlye
├── [       2314]  00STBEN.DAT
├── [       4763]  02.DAT
├── [      57195]  06.DAT
├── [       4039]  0.DAT
├── [     146982]  0S-FW1.DAT
├── [       1215]  0S-SL10.DAT
├── [       1708]  0S-SL14.DAT
├── [       1695]  0S-SL15.DAT
object_rct_grotto
├── [       9687]  11.DAT
├── [       7640]  1A.DAT
├── [        884]  1ballz.DAT
├── [       1314]  1boat1.DAT
├── [       1632]  1boat2.DAT
├── [       2301]  1bushb.DAT
├── [       4889]  1chkflr2.DAT
├── [       4716]  1chkflr.DAT
total 164968
146982 0S-FW1.DAT
  1708 0S-SL14.DAT
  1695 0S-SL15.DAT
  6732 0UTERLIM.DAT
  1303 0UTLIMIT.DAT
 36605 1.DAT
  7640 1A.DAT
   976 1ADRFONT.DAT

sha1sums:

c76c47d8430e440152e7bbff94c39d12232b396b  nedesigns.tar.gz.split_aa.gz
7479ac0314a3b263169e48125575ce732cfbda17  nedesigns.tar.gz.split_ab.gz
93c2f649bc567d2ce70b49b2d3f31f48930ce725  nedesigns.tar.gz.split_ac.gz
d473b042a27bbfa2eed5f57ff23199e4cb545e85  nedesigns.tar.gz.split_ad.gz
6de0204bfeef22d2f2df93380b7f1291dfc1dac2  nedesigns.tar.gz.split_ae.gz
2dd2f3c2b3e51cce2287be9ec5068b55ef057c9b  nedesigns.tar.gz.split_af.gz
c5048cce55833b4df030f19439b10624ef6aea47  nedesigns.tar.gz.split_ag.gz
cd958c6836cff2ac0366fa78a4b08c58c1a5037c  nedesigns.tar.gz.split_ah.gz
This file has been truncated, but you can view the full file.
def merge_dicts(x, y):
z = x.copy()
z.update(y)
return z
cxx_library(
name = "localspl.dll",
header_namespace= '',
compiler_flags = ["-m64"],
#pragma region Copyright (c) 2014-2016 OpenRCT2 Developers
/*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2.
*
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@janisozaur
janisozaur / clang.log
Last active September 10, 2016 18:30
OpenRCT2 compiler warnings
In file included from /home/janisozaur/workspace/OpenRCT2/src/audio/audio.c:18:
In file included from /home/janisozaur/workspace/OpenRCT2/src/audio/../interface/viewport.h:23:
In file included from /home/janisozaur/workspace/OpenRCT2/src/audio/../interface/window.h:24:
/home/janisozaur/workspace/OpenRCT2/src/audio/../interface/../ride/ride.h:1128:1: error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers]
const uint32 ride_customers_per_hour(const rct_ride *ride);
^~~~~~
/home/janisozaur/workspace/OpenRCT2/src/audio/../interface/../ride/ride.h:1129:1: error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers]
const uint32 ride_customers_in_last_5_minutes(const rct_ride *ride);
^~~~~~
/home/janisozaur/workspace/OpenRCT2/src/audio/audio.c:332:20: error: comparison of integers of different signs: 'int' and 'unsigned int' [-Werror,-Wsign-compare]