Essays about: "benchmarks"

Showing result 16 - 20 of 391 essays containing the word benchmarks.

  1. 16. Round-Trip Translation : A New Path for Automatic Program Repair using Large Language Models

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Fernando Vallecillos Ruiz; [2023]
    Keywords : Automatic Program Repair; Software Engineering; Large Language Models; Round-Trip Translation; Neural Machine Translation; Automatisk programreparation; Mjukvaruutveckling; Stora språkmodeller; Tur och retur-översättning; Neural maskinöversättning;

    Abstract : Research shows that grammatical mistakes in a sentence can be corrected by machine translating it to another language and back. We investigate whether this correction capability of Large Language Models (LLMs) extends to Automatic Program Repair (APR), a software engineering task. READ MORE

  2. 17. Implementing and comparing challengers to popular multi-objective algorithms for unit test cases generation

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Elias Lindfors; [2023]
    Keywords : multi-objective; evosuite; genetic; algorithm;

    Abstract : The topic of multi-objective algorithms has been researched for many years, where hundreds of multi-objective algorithms have been developed. With the field of search-based software engineering attracting use-cases, more research on which algorithms are fitting the area is still lacking. READ MORE

  3. 18. Audit scope: disclosure practice and implications on audit pricing and audit delay

    University essay from Handelshögskolan i Stockholm/Institutionen för redovisning och finansiering

    Author : Zhixing Liu; Shiyuan Xu; [2023]
    Keywords : Audit fee; Audit delay; Audit scope; Audit process;

    Abstract : Using a sample of FTSE 100 firms spanning from 2019 to 2022, this study documents auditors' audit scope disclosure in practice after the introduction of revised auditing standards related to auditors' report in the UK. We provide evidence on actual disclosure of audit components and audit coverage benchmarks used. READ MORE

  4. 19. RocksDB Read Optimization Strategies for Streaming Applications

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Björkman Fredrik; [2023]
    Keywords : RocksDB; Data streams; Micro-batching; Data stream processing; read operation benchmark; Data stream workload simulation; RocksDB; Dataströmmar; Mikro-batching; Dataströmsprocessering; Läsoperationsmätresultat; Dataströmsarbetsbelastningssimulation;

    Abstract : Modern stream processors rely on embedded key-value stores to manage state that accumulates over long-running computations and exceeds the available memory size. One of these key-value stores is RocksDB, which is widely used in many applications requiring high-performing storage with low latency. READ MORE

  5. 20. Benchmarking the request throughput of conventional API calls and gRPC : A Comparative Study of REST and gRPC

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Johan Berg; Daniel Mebrahtu Redi; [2023]
    Keywords : REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Performance; Microservices; Network Communication; REST; gRPC; JSON; Protocol Buffers; API; HTTP; Benchmark; Prestanda; Mikrotjänster; Nätverkskommunikation;

    Abstract : As the demand for better and faster applications increase every year, so does the demand for new communication systems between computers. Today, a common method for computers and software systems to exchange information is the use of REST APIs, but there are cases where more efficient solutions are needed. In such cases, RPC can provide a solution. READ MORE