performance-engineering
Here are 21 public repositories matching this topic...
It would be good to have some (at least 3-5) tutorials that teach new users what LIKWID can do and how to use it properly. From my experience as a user and FOSS developer, tutorials like deal.ii's are good thing to have. In that case we have first 5 that has to be read in a sequence by users, and then things start to branch off by t
18.337 - Parallel Computing and Scientific Machine Learning
-
Updated
Jul 9, 2020 - HTML
An application-agnostic framework for automated performance testing and analysis.
-
Updated
Jan 4, 2018 - PHP
A component render time benchmarking suite for React
-
Updated
Sep 28, 2017 - JavaScript
AEM JMeter template is a predefined, AEM web appliactions Test Plan template, ready to use.
-
Updated
Feb 5, 2020
As per the title, after updating https://github.com/VincenzoFerme/benchflow-temporary-documentation/blob/master/roadmap/Jesper/architecture/diagrams/svg/%20Experiment%20Life%20Cycle__BenchFlow%20Experiment%20Lifecycle_1.svg.
Refer to benchflow/benchflow#440 (comment)
When doing this we also need to double check that all the mappings makes sense. For example a
Nim Wrapper For Coz Profiler
-
Updated
Nov 16, 2019 - C
Organize, visualize, compare and share your algorithms' results.
-
Updated
Jul 10, 2020 - JavaScript
Highly efficient isomorphic Base64 encoding and decoding with support of WebWorkers
-
Updated
Apr 11, 2020 - JavaScript
Perf-Demo is a simple web application that defines a set of RESTful web services containing common performance issues. There are two versions of each service. Version 1 contains the performance issue and version 2 implements the same service with the performance issue resolved.
-
Updated
Nov 12, 2018 - Java
Custom Conda distribution in support of TAU Commander
-
Updated
Jun 2, 2020 - Shell
Rewrite of MIT 6.172 raytracer from C to Java
-
Updated
Aug 28, 2017 - Java
fastest website in the world.
-
Updated
Nov 18, 2017 - HTML
Whitepaper for Performance Engineering, written by Rohan Verma, Systems Programmer | InfoSec
-
Updated
Apr 22, 2018
Hands-on projects in C language based on performance analysis, algorithmic techniques for high performance, instruction-level optimizations, and building scalable software systems. Based on MIT 6.172 (EECS)
-
Updated
Jan 27, 2020 - C
Perfdriver.io
-
Updated
May 16, 2018 - JavaScript
Laboratory for testing soft atom bombs
-
Updated
Nov 26, 2017 - Java
Trying to setup a DevOps + Continuous Performance Engineering + Lean Architectures
-
Updated
Jul 14, 2017 - JavaScript
Coz: Causal Profiling
-
Updated
Apr 3, 2020 - C
Performance-driven softwAre moDel Refactoring framEwork
-
Updated
May 27, 2020 - Java
Improve this page
Add a description, image, and links to the performance-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance-engineering topic, visit your repo's landing page and select "manage topics."


When profiling openalpr, the profile.coz file (named profile.txt in the attachment to keep github editor happy) show that a lot of time is spent in locations in /usr/include/c++/4.9/bits/stl_vector.h and /usr/include/opencv2/core/mat.hpp (matrix operations). This is not really helpful without knowing from where the STL vector or the matrix operation is used. Perhaps Coz should be adjusted to col