Performance Testing Software

View 81 business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 1
    BP-Sim

    BP-Sim

    EFT simulator

    BP-Sim allows users to perform an extensive range of tests across the chain of payment services and thus identify potential causes of failures before launching payment systems into production. BP-Sim consists of following modules: BP-Source, BP-Host, BP-HSM and BP-SeeEMV. BP-Source and BP-Host are payment transaction simulators supporting formats as: APACS30, AS2805, many ISO8583 dialects, IFSF, SPDH, TCMP. Together with industry-standard cryptography, multi-platform support, configurable transaction load up to 2000 TPS. BP-Sim HSM module provides an adequate TCP/IP simulation of the Thales Hardware Security Mod. BP-SeeEMV simulates the steps involved in an EMV transaction that take place in the EMV terminal and the Issuer Server (when conducted online). Module can process a transaction one step at a time in step-by-step mode or to certain break-point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Beamology

    Beamology

    Beamology: Semicom Project Management

    Beamology is the leading field of project management for SuperWikia Alpha semicom codesmiths. Its residency programs offer vital resources for SuperWikia vertical environment development and utilities needed for SA-VEC certification. Beamology residents are automatically licensed to access the Transcom system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Belay Device

    Belay Device

    Automated Provisioning and Testing Framework

    Belay Device has moved! https://github.com/BelayTechnologies/Belay-Device
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a simple, modular PHP class designed to record execution time benchmarks throughout different parts of a script. Compatible with virtually any PHP script, the code can be added/removed quickly and with ease. Accurate to the microsecond.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 5
    BigCache

    BigCache

    Efficient cache for gigabytes of data written in Go

    To meet the requirements presented at the beginning of this chapter, we implemented our own cache and named it BigCache. The BigCache provides shards, eviction and it omits GC for cache entries. As a result, it is very fast cache even for large number of entries. Freecache is the only one of the available in-memory caches in Go which provides that kind of functionality. BigCache is an alternative solution for it and reduces GC overhead differently, therefore we decided to share it. Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that, operations on byte slices take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Blackfire Player

    Blackfire Player

    Web Crawling, Web Testing, and Web Scraping application

    Blackfire Player is a powerful Web Crawling, Web Testing, and Web Scraper application. It provides a nice DSL to crawl HTTP services, assert responses, and extract data from HTML/XML/JSON responses. Some Blackfire Player use cases: Crawl a website/API and check expectations -- aka Acceptance Tests; Scrape a website/API and extract values; Monitor a website; Test code with unit test integration (PHPUnit, Behat, Codeception, ...); Test code behavior from the outside thanks to the native Blackfire Profiler integration -- aka Unit Tests from the HTTP layer (tm). Blackfire Player executes scenarios written in a special DSL (files should end with .bkf).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Booster

    Booster

    Optimizer for mobile applications

    Booster is an easy-to-use, lightweight, powerful and extensible quality optimization toolkit designed specially for mobile applications. The primary goal is to solve quality problems with the increase of APP complexity, such as performance, stability, and package size, etc. Booster provides a collection of modules for performance detection, multithreading optimization, resources index inline, redundant resources reduction, resources compression, system bug fixing, etc. Using booster, the stability of application can be increased by 15% ~ 25%, and the package size can be reduced by 1MB ~ 10MB. Potential performance issues could be found by using Booster, for example, calling APIs that may block the UI thread or main thread, such as I/O APIs. Thread management has always been a problem for developers, especially the threads started by third-party SDKs, starting too many threads may cause OOM, fortunately, these issues can be solved by Booster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Celero

    Celero

    C++ Benchmarking Library

    This project is now maintained at GitHub: https://github.com/DigitalInBlue/Celero Celero is a cross-platform open source C++ benchmarking library. Written with an API similar to Google Test, Celero utilizes C++11 features, offers tested benchmarking capabilities with microsecond precision, baselining, fixtures, and easy test setup. Use the baseline feature to measure/benchmark algorithm performance against a known case to more accurately rate performance of solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Centurion

    Centurion

    Simple and powerful tool for benchmarking your code's efficiency

    Centurion is a very simple and powerful tool for benchmarking your code's efficiency. How to use it: var my_centurion = new centurion(); Centurion API namespaces: .benchmark - Do a benchmark .status - Check status of benchamark. To see the full API under the namespaces do: "console.log(my_centurion);" Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10

    Chronological Cohesive Units

    The experimental source code for the paper

    The experimental source code for the paper, "A Novel Recommendation Approach Based on Chronological Cohesive Units in Content Consuming"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Concurrent Ruby

    Concurrent Ruby

    Modern concurrency tools including agents, futures, promises, etc.

    Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns. Concurrent Ruby is an 'unopinionated' toolbox that provides useful utilities without debating which is better or why. It remains free of external gem dependencies. It stays true to the spirit of the languages providing inspiration, but implements in a way that makes sense for Ruby. Keeps the semantics as idiomatic Ruby as possible, supports features that make sense in Ruby. Excludes features that don't make sense in Ruby. It is small, lean, and loosely coupled, thread-safety, and with backward compatibility. Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency library, providing consistent behavior and guarantees on all four of the main Ruby interpreters (MRI/CRuby, JRuby, Rubinius, TruffleRuby).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Conductor is a Java based, multi-user platform for product agnostic testing. It runs under a web server, contains a UI for test configuration, and contains an optional thin test client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    In order to assure software performance, software needs to be tested accordingly as early as possible - only weaknesses diagnosed early can be assessed quickly and cheaply. ContiPerf enables performance testing already in early development phases and in an easy-to-learn manner: A developer writes a performance test in form of a JUnit 4 test case and adds performance test execution settings as well as performance requirements in form of Java annotations. When JUnit is invoked by an IDE, build script or build server, ContiPerf activates, performs the tests and creates an HTML report. The report provides a detailed overview of execution, requirements and measurements, even providing a latency distribution chart. A large feature set for execution settings and performance requirements is available, e.g. Ramp up, warm up, individual pause timing, concurrent exection of test groups and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Database Benchmark
    The project is moved to GitHub: https://github.com/STSSoft/DatabaseBenchmark. We will continue to upload the source and binaries here, but the code repository will be innactive. Database Benchmark is one of the most powerfull open source tools designed to stress test database management systems with large data flows. The application performs two main test scenarios: - Insertion of large amount of randomly generated records with sequential or random keys; - Read of the inserted records, ordered by their keys. Database Benchmark can be used as an additional viewpoint when the research engineers or software architects asses the appropriate background storage engine for their mission critical systems. The application contains useful tools that make it easy to test and evaluate the different solutions.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    El Suri Temperature Control
    Regulador de Temperatura de El Suri (GNU/GPL) Sólo para Linux, testeado en OpenSuSE 11.3 x64 con procesadores Turion X2 El Suri Temperature Control (GNU/GPL) Just for Linux, tested on OpenSuSE 11.3 x64 with Turion X2 processors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Everything is Slow!

    An automated network speed test utility

    This is a utility intended for IT professionals to deploy to their users. It will do several speed tests and report the results to an e-mail address, helping to track down complaints that "everything is slow"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project will develop and deploy a measurement science-based performance and conformance testing framework to enable real-time factory floor monitoring and optimization of manufacturing applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GrinderParser

    Records, edits and executes The Grinder scripts

    This is a Windows Form application, developed in C#. The purpose of this application is to edit and customize script taken from The Grinder recorder to suit ones needs. The recording, editing and testing of scripts can be done mostly within application. This application also supports managing multiple script executions at once. To learn more, please, take a look at users manual!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GrinderScript.Net

    Enables you to run load test written in a .Net language with Grinder.

    Bringing the awesomeness of The Grinder to the .Net community. Bringing the awesomeness of the .Net programming languages to the Grinder community. GrinderScript.Net is an open source project, that enables you to run load test written in a .Net language in The Grinder. It is not a port of The Grinder to the .Net platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HTTP Tester
    A lightweight performance and functional Test Tool that executes tests again a list of URLs recorded from IE or Firefox! Very easy to use! Provides multiple user / iteration testing with basic response times. PLEASE NOTE THIS DOESN'T APPEAR TO WORK ON ALL OPERATING SYSTEMS - LOOKING TO FIX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    IISLogAnalyzer

    IIS server log analysis

    IISLogAnalyzer tool provides the features to extract,ananlyze and generate response time stats . This tool generates average 90th percentile,95th percentile and 99th percentile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ingres Dynamic Playback is a tool to play back prerecorded SQL statements to do functional and stress testing on the Ingres Database. More information here: http://community.ingres.com/wiki/Dynamic_Playback
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    It's a integrated performance analysis tool with GUI, which is integrated with various utilities such as strace, Gcov, Gprof, proc etc which are open released and are for analyzing performance of linux system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JDistUnit

    Java5 distributed JUnit with mobile agents.

    JDistUnit is a test framework for distributed unit testing with Java (think "JUnit on multiple computers at once"), useful for load and stress testing. Features hot deployment of test cases to the remote test servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A web based application for collating, analysing and reporting on JMeter test results
    Downloads: 0 This Week
    Last Update:
    See Project